home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / turttleo.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  320 b   |  19 lines

  1. mcTitle.str = xml_lang.menu_gamename;
  2. _root.bg_mc.onEnterFrame = function()
  3. {
  4.    if(Key.isDown(13))
  5.    {
  6.       _root.but_click.start();
  7.       gotoAndStop(132);
  8.    }
  9. };
  10. _root.bg_mc.onPress = function()
  11. {
  12.    _root.but_click.start();
  13.    gotoAndStop(132);
  14. };
  15. if(Helper.SKIP_INTRO)
  16. {
  17.    gotoAndPlay(134);
  18. }
  19.